home *** CD-ROM | disk | FTP | other *** search
Wrap
on(press){ if(_root.inven._currentframe == 1) { if(_root.micon._currentframe == 40 && _root.range == true) { _root.next_dis1 = 2; _root.next_txt1 = "Hey, that\'s a great idea. I\'ll have a girlfriend in no time... in JAIL! ARE YOU NUTS?"; } else if(_root.micon._currentframe == 41 && _root.range == true) { _root.next_dis1 = 2; _root.next_txt1 = "I don\'t think I want to make Casper cry."; } if(_root.micon._currentframe == 1 && _root.range == true) { _root.next_dis1 = 2; _root.next_txt1 = "No! Bad Hewitt, BAD!"; } if(_root.micon._currentframe == 2) { _root.next_dis1 = 2; _root.lock_pick_discovered = 1; _root.next_txt1 = "It\'s Casper the Australian Exchange student. He once picked the lock on Hoggard\'s door, got in, and erased his permanent record."; } if(_root.micon._currentframe == 4 && _root.range == true && _root.txt_number <= 1) { if(_root.lock_pick_discovered != 1) { _root.txt_number = 4; _root.next_txt4 = "Hey Casper. I was wondering if you could help me with something."; _root.di4 = 570; _root.next_dis4 = 2; _root.next_txt3 = "Well I could help you, but it depends on what you want."; _root.di3 = 571; _root.next_dis3 = 17; _root.next_txt2 = "Could you help me find a date to the dance?"; _root.di2 = 572; _root.next_dis2 = 2; _root.next_txt1 = "Nah can\'t help you there buddy, I don\'t do that sorta thing."; _root.di1 = 573; _root.next_dis1 = 17; } else if(_root.talk13 == 0) { _root.talk13 = 1; _root.txt_number = 6; _root.next_txt6 = "Hey Casper. I was wondering if you could help me with something."; _root.di6 = 570; _root.next_dis6 = 2; _root.next_txt5 = "Well I could help you, but it depends on what you want."; _root.di5 = 571; _root.next_dis5 = 17; _root.next_txt4 = "Could you teach me how to pick locks?"; _root.di4 = 574; _root.next_dis4 = 2; _root.next_txt3 = "Ok. Here, let me show you."; _root.di3 = 575; _root.next_dis3 = 17; } else if(_root.talk13 == 1) { _root.txt_number = 2; _root.next_txt2 = "Could you teach me how to pick locks?"; _root.di2 = 574; _root.next_dis2 = 2; _root.next_txt1 = "Ok. Here, let me show you."; _root.di1 = 575; _root.next_dis1 = 17; } } } }